@charset "utf-8";

/* 引入外部图标样式 */

@font-face {

  font-family: 'iconfont';  /* Project id 2431691 */

  src: url('http://at.alicdn.com/t/font_2431691_iil32nalf1r.woff2?t=1630976346229') format('woff2'),

       url('http://at.alicdn.com/t/font_2431691_iil32nalf1r.woff?t=1630976346229') format('woff'),

       url('http://at.alicdn.com/t/font_2431691_iil32nalf1r.ttf?t=1630976346229') format('truetype');

}

.iconfont{

    font-family:"iconfont" !important;

    font-size:16px;font-style:normal;

    -webkit-font-smoothing: antialiased;

    -webkit-text-stroke-width: 0.2px;

    -moz-osx-font-smoothing: grayscale;

}

/* 网站色值设置 */

body{--zhu-color:#203260;--pei-color:#e4020e;}

/* 样式重置 */

html, body, div,

h1, h2, h3, h4, h5, h6,

hr, p, blockquote,

dl, dt, dd, ul, ol, li,

pre, form, fieldset, object, code,

legend, button, input, textarea, label,

th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0;}

body{font: 12px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}

a:hover{ text-decoration: none; }

/*清除内外边距*/

h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}

/*设置默认字体*/

:focus{outline: 0;}

ul,

ol{list-style: none;}

a{ color: var(--zhu-color); }

/*重置图片元素*/

address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}

abbr, acronym{border: 0; font-variant: normal;}

input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}

code, kbd, samp, tt{font-size: 100%;}

::-webkit-scrollbar{width:6px; height:6px ;}

::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}

::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}

textarea{resize: none;}

.inner{ width: 1400px; margin:0 auto; }

@media only screen and (max-width: 1400px){

  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }

}

@media only screen and (max-width: 640px){

  .inner{ padding:0; }

}



/*page*/

.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 10px 0 35px; width: 100%; clear: both; }

.de-page-mian .page-inner{display: inline-block; overflow: hidden;}

.de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 12px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;}

.de-page-mian .page-inner a.active,

.de-page-mian .page-inner a:hover{color: #fff; border-color: var(--zhu-color); background: var(--zhu-color);}

.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}

.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}

.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}

.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}

.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}

.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}

.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}

.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}

.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}



/*no-goods*/

.no-goods,.no-network{padding-top:100px; overflow: hidden; text-align: center;}

.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}

.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}



/*down*/

.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: none; z-index: 9999;}

.down li{width: 25%; box-sizing: border-box; text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}

.down li + li{ border-left: solid 1px #ffffff; }

.down li a{color: #ffffff;}

.down .current{border-right: none;}

.down li img{max-width: 25px;height: 25px;}

.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}

.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}

.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }

.plugin-fixed-call .child:hover{width:160px;background: #000;}

.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}

.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}

.plugin-fixed-call .fixedQQ{bottom:92px;}

.plugin-fixed-call .fixedCall{bottom:46px;}

.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}

.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}

.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}

.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}

.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}

.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}

@media only screen and (max-width: 768px){

  .down{ display: block; }

  .plugin-fixed-call{ display: none; }

}

@font-face{ font-family: DIN; src: url('./fonts/DINPro-Bold.ttf'); }

@font-face{ font-family: DINLIGHT; src: url('./fonts/DIN-Light.otf'); }

@font-face {

  font-family: 'webfont';

  font-display: swap;

  src: url('//at.alicdn.com/t/webfont_hume9lcb8kb.eot'); /* IE9*/

  src: url('//at.alicdn.com/t/webfont_hume9lcb8kb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

  url('//at.alicdn.com/t/webfont_hume9lcb8kb.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */

}

/* h_tool + header */

.h_tool{background: #262728; padding:15px 0;}

.h_tool p{font-size: 14px;color: rgba(255, 255, 255, .4);}

.h_tool ul{float: right;}

.h_tool li{float: left; font-size: 14px;color: #666;}

.h_tool li a{ font-size: 14px;color: #afafaf; padding:0 10px; }

.h_tool li + li a{ border-left: 2px solid #838484; }

.h_top{ padding:34px 0; overflow: hidden; }

.h_top .tel{ float: right;overflow: hidden; margin-top: 12px; }

.h_top .tel span{ float: right; display: inline-block; width: 50px; height: 50px; background: var(--zhu-color); border-radius: 50%; font-size: 28px; color: #fff; line-height: 50px; text-align: center; }

.h_top .tel > div{ float: right; margin-left: 16px; width: 210px; text-align: left; }

.h_top .tel > div p{ font-size: 16px; color: #333333; line-height: 1; }

.h_top .tel > div b{ font-size: 30px; font-family: DIN; color: var(--zhu-color); font-weight: normal; line-height: 1; margin-top: 10px; }

.h_menu{ height: 62px; background: -webkit-linear-gradient(left, var(--zhu-color) 20%, #f3f3f3 20%); background: -o-linear-gradient(right, var(--zhu-color) 20%, #f3f3f3 20%); background: -moz-linear-gradient(right, var(--zhu-color) 20%, #f3f3f3 20%); background: linear-gradient(to right, var(--zhu-color) 20%, #f3f3f3 20%); }

.w_btn{ height:62px; background: var(--zhu-color); width: 20%; border-radius: 30px; }

.w_btn a{ display: inline-block; padding: 18px 24px; position: relative; }

.w_btn a small{ font-size: 14px; color: #f5fafe; line-height: 24px; position: relative; top:-3px; }

.w_btn a + a::before{ content: ""; display: inline-block; width: 1px; height: 18px; background:#7e88a3; position:absolute; left: 0; top:20px; }

.w_btn a span{ font-size: 24px; color: #ffffff; line-height: 1; margin-right: 10px; }

.h_menu .nav{ width: 80%; height: 62px; }

.h_menu .nav li{ width: 12.5%; height: 100%; float: left; position: relative; }

.h_menu .nav li::before{ content: ""; display: inline-block; width: 10px; height: 10px; border:1px solid #293a66; border-radius: 50%; position:absolute; left:24px; top:0px; opacity: 0;  transition: all .3s; }

.h_menu .nav li > a{ position: relative; transition: all .3s; display: block; width: 100%; height: 100%; text-align: center; line-height: 62px; font-size: 16px; color: #333333; }

.h_menu .nav li > a::after{ content: ""; display: inline-block; position:absolute; left: 50%; bottom:0; width: 0; height: 4px; background:var(--zhu-color); transition: all .3s; }

.h_menu .nav li + li > a::before{ content: ""; display: inline-block; width: 1px; height: 15px; background:#e5e6e7; border:0; position:absolute; left:0; top:24px; }

.h_menu .nav li:hover::before{ top:26px; opacity: 1; transition: all .3s; }

.h_menu .nav li:hover > a{ color: var(--zhu-color); transition: all .3s; }

.h_menu .nav li:hover > a::after{ width: 64px; transition: all .3s; margin-left: -32px; }

.h_menu .nav li a img{ opacity: 0; transition: all .3s; margin-right: 10px; position: relative; top:-3px; }

.h_menu .nav li:hover a img{ opacity: 1; transition: all .3s; }



#nav li .navson{display: none; position: absolute; left: 0; top:100%; z-index: 999; width: 660px;}

#nav li .navson .navson_nr .hei{ background: rgba(0,0,0,.8); border: 1px solid rgba(255,255,255,0.2); padding: 5%;}

#nav li .navson dl{ float: left; width: 30%;}

#nav li .navson dl dt{ font-weight: normal; font-size: 14px; height: 43px; line-height: 43px; text-align: left; position: relative; padding-left: 10px;}

#nav li .navson dl dt a{ color: rgba(255,255,255,0.8) !important;}

#nav li .navson dl dt:before{ position: absolute; left: 0; bottom: 0; width: 0; height: 1px; content: ''; background: rgba(255,255,255,0.5); transition: 0.3s;}

#nav li .navson dl dt:hover:before{ width: 80%;}

#nav li .navson .pic{ float: right; width: 65%; padding-bottom: 30%; position: relative;  }

#nav li .navson .pic img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }

#nav li .navson .pic:before{ position: absolute; left: -10%; top: 0; content: ''; width: 1px; height: 100%; background: rgba(255,255,255,0.5);}

@media only screen and (max-width: 1400px){

  .w_btn a{ padding:18px 10px; }

  .h_menu{ height: 62px; background: -webkit-linear-gradient(left, var(--zhu-color) 10%, #f3f3f3 10%); background: -o-linear-gradient(right, var(--zhu-color) 10%, #f3f3f3 10%); background: -moz-linear-gradient(right, var(--zhu-color) 10%, #f3f3f3 10%); background: linear-gradient(to right, var(--zhu-color) 10%, #f3f3f3 10%); }

  .h_menu .nav li::before{ left: 10px; }

  .logo{ display: block; width: 100%; height: 100%; display: flex; align-items: center; }

  .logo img{ max-width: 100%; }

}

@media only screen and (max-width: 1200px){

  .h_menu .nav li::before{ left:2px; }

  .w_btn a small{ display: none; }

  .w_btn a span{ margin-right: 0; }

  .w_btn{ width: 12%; }

  .h_menu .nav{ width: 88%; }

  #nav li .navson{ width: 546px; }

  #nav li .navson dl dt{ height: 36px; line-height: 36px; }

}

@media only screen and (max-width: 992px){

  .h_top .logo img, .h_top .tel img{ max-width: 100%; }

  .w_btn{ display: none; }

  .h_menu{ background: #f3f3f3; }

  .h_menu .nav{ width: 100%; }

  .h_top .tel span{ display: none; }

  #nav li .navson .pic{ display: none; }

  #nav li .navson{ width: 100%; }

  #nav li .navson dl{ width: 100%; }

  #nav li .navson dl dt{ padding-left: 0; text-align: center; height: 42px; line-height: 42px; }

  #nav li .navson dl dt:hover:before{ width: 100%;}

}

@media only screen and (max-width: 768px){

  #nav li .navson{ display: none!important; }

  .h_tool ul, .h_top .tel{ display: none; }

  .h_menu{ height: 100px; }

  .h_menu .inner{ padding:0; }

  .h_menu .nav{ height: 100%; }

  .h_menu .nav li{ width: 25%; height: 50%; }

  .h_menu .nav li a{ line-height: 50px; }

  .h_menu .nav li + li a::before{ height: 100%; top:0; }

  .h_menu .nav li:nth-child(1), .h_menu .nav li:nth-child(2), .h_menu .nav li:nth-child(3), .h_menu .nav li:nth-child(4){ border-bottom: 1px solid #e5e6e7; }

  .h_menu .nav li::before{ left: 10px; }

  .h_top{ padding:25px 0; }

  .h_top .logo{ display: block; width: 100%; text-align: center; }

}

@media only screen and (max-width: 640px){

  .h_tool{ padding:10px 0; }

  .h_tool p{ text-align: center; }

  .h_top{ padding:15px 0; }

  .h_top .logo{ text-align: center; display: block; }

  .h_top .logo img{ width: 94%; }

  .h_menu{ height: 85px; }

  .h_menu .nav li::before{ left: 2px; }

  .h_menu .nav li a{ line-height: 42px; font-size: 14px; }

}



/*banner*/

#banner{ width: 100%;}

@media only screen and (max-width: 1900px){

  #banner img{ width: 100%; }

}

@media only screen and (max-width: 640px){

  #banner img{ height: 160px; object-fit: cover; }

}



/*search*/

.search{ background: #ffffff; overflow: hidden; }

.search_keys{ height: 80px;  display: flex; align-items: center; }

.search_keys b{ font-size: 20px; color: #333333; margin-right: 8px; }

.search_keys span{color: var(--pei-color);  }

.search_keys a{ display: inline-block; font-size: 16px; color: #999999; padding:0 15px; transition: all .3s; }

.search_keys a:hover{ color: var(--pei-color); letter-spacing: .5px; transition: all .3s; }

.search_from{ width: 100%; height: 80px; box-sizing: border-box;  }

.search_from form{ width: 70%; height: 100%; display: flex; align-items: center; position: relative; float: right; }

.search_from .search_text{ width: 100%; height: 44px; line-height: 44px; font-size: 16px; color: #666666; box-sizing: border-box;background: #fff; border-bottom: 1px solid #cccccc; }

.search_from .search_btn{ position: absolute; top:50%; right: 0; margin-top:-10px; background: none; }

.search_from .search_btn span{ font-size: 20px; color: #666666; line-height: 1; }

@media only screen and (max-width: 1200px){

  .search_keys{ flex-wrap: inherit; }

  .search_keys a:nth-child(5){ display: none; }

}

@media only screen and (max-width: 992px){

  .search_keys a{ padding:0 12px; }

  .search_keys a:nth-child(3), .search_keys a:nth-child(4), .search_keys a:nth-child(5){ display: none; }

}

@media only screen and (max-width: 768px){

  .search .row{ flex-wrap: wrap; }

  .search .row > div, .h_top .row > div{ max-width: 100%; flex:100%; }

  .search_keys{ text-align: center; width: 100%; justify-content: center; margin-left: 15px; height: 60px; }

  .search_keys a:nth-child(3){ display: block; }

  .search_from{ height: 60px; }

  .search_from form{ width: 50%; margin:0 auto; float: inherit; justify-content: center; }

}

@media only screen and (max-width: 640px){

  .search_keys{ display: none; }

  .search_from form{ width: 100%; }

}



/*m_about*/

.m_about{ padding:92px 0 60px; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat left center; }

.m_about .left{ overflow: hidden; }

.m_about .left b{ font-size: 34px; color: #010101; display: block; line-height: 1; margin:25px 0; }

.m_about .left p{ font-size: 14px; color: #666666; line-height: 24px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; }

.m_about .left a{  transition: all .4s; margin-top: 20px; display: inline-block; border:2px solid var(--pei-color); border-radius: 30px; padding:10px 40px;  }

.m_about .left a small{ font-size: 14px; color: var(--pei-color); line-height: 1; position: relative; top:-2px; }

.m_about .left a span{ font-size: 22px; color: var(--pei-color); margin-left: 12px; line-height: 1; }

.m_about .left a:hover{ padding:10px 60px; transition: all .4s; }

.m_about .right{ box-sizing: border-box; padding:30px; float: right; width: 770px; background: url(../images/about_right_bg.jpg) no-repeat center; }

.m_about .right b{ display: block; overflow: hidden; position: relative; }

.m_about .right b small{ font-weight: bold; font-size: 52px; color: rgba(143,143,143,.25); text-transform: uppercase; line-height: 1; }

.m_about .right b span{ line-height: 1; font-size: 30px; color: var(--pei-color); font-weight: bold; position: absolute; left: 4px; top:10px; }

.m_about .right ul{ overflow: hidden; padding-top: 80px; }

.m_about .right li{ position: relative; width: 33.3%; float: left; text-align: center; }

.m_about .right li > div{ display: inline-block; position: relative; }

.m_about .right li span{ font-weight: bold; font-size: 48px; font-family: "Times New Roman"; color: #333333; }

.m_about .right li i{ display: inline-block; width: 16px; height: 16px; background: #a29c9c; border-radius: 50%; text-align: center; line-height: 14px; font-size: 8px; color: #fff; position: absolute; right: -20px; top:8px; }

.m_about .right li p{ font-size: 16px; color: #666666; }

.m_about .right li p span{ font-weight: normal; font-size: 24px; color:#666666; margin-right: 6px; }

.abouto_video{ overflow: hidden; display: block; width: 100%; border-radius: 80px 0 80px 0; }

.abouto_video li{ display: flex; align-items: center; justify-content: center; flex-flow: column; height: 370px; float: left; background: url(../images/wh.jpg) no-repeat center; position: relative; }

.abouto_video li::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; background: rgba(0,0,0,0); z-index: 2; transition: all .4s; }

.abouto_video li a{ text-align: center; }

.abouto_video li span{ display: inline-block; position: relative; z-index: 3; font-size: 60px; color: #fff; line-height: 1; }

.abouto_video li b{ display: block; width: 100%; position: relative; z-index: 3; font-size: 24px; color: #f2f2f2; font-weight: normal; line-height: 1; margin-top: 20px; }

.abouto_video li + li{ background: url(../images/video.jpg) no-repeat center; background-size: cover; }

.abouto_video li + li::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; background: rgba(0,0,0,.4); z-index: 2; }

.abouto_video li:hover::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; background: rgba(0,0,0,.4); z-index: 2; transition: all .4s; }

.abouto_video li:hover span{animation:scaleAni 1s linear infinite;}

.w32{ width: 32%; transition: all .4s; }

.w68{ width: 68%; transition: all .4s; }

@keyframes scaleAni{ 0%{transform:scale(1)} 50%{transform:scale(0.8)} 100%{transform:scale(1)} }

@media only screen and (max-width: 1400px){

  .m_about{ padding:40px 0; }

  .m_about .right{ width: 100%; }

  .abouto_video{ margin-top: 20px; }

  .abouto_video li{ height: 300px; }

}

@media only screen and (max-width: 1200px){

  .abouto_video li{ height: 280px; }

}

@media only screen and (max-width: 992px){

  .m_about{ background-size: cover; }

  .m_about .right{ background-size: cover; margin-top: 12px; border-radius: 40px 0 0 0; }

  .m_about .right ul{ padding-top: 30px; }

  .abouto_video{ margin:0 15px 0 0; border-radius: 0 0 80px 0; }

}

@media only screen and (max-width: 768px){

  .abouto_video li{ height: 200px; }

}

@media only screen and (max-width: 640px){

  .m_about{ background-size: cover; padding:25px 0; }

  .m_about .left b{ font-size: 20px; margin:15px 0; }

  .m_about .left a small{ font-size: 12px; }

  .m_about .left a{ padding:6px 20px; }

  .m_about .right b small{ font-size: 32px; }

  .m_about .right b span{ font-size: 18px; top:7px; }

  .m_about .right{ padding:30px 15px; border-radius: 30px 0 0 0; }

  .m_about .right li i{ right: -20px; }

  .m_about .right li span{ font-size: 32px; }

  .m_about .right li p span{ font-size: 16px; }

  .abouto_video{ border-radius: 0 0 30px 0; }

  .abouto_video li{ height: 160px; }

  .abouto_video li span{ font-size: 40px; }

  .abouto_video li b{ font-size: 18px; }

}



/*m_pro*/

.m_pro{ overflow: hidden; padding:82px 0; background: url(../images/product_bg.jpg) no-repeat top center; }

.m_pro .hd{ width: 100%; overflow: hidden; padding-bottom: 58px; text-align: center; }

.m_pro .hd b{ font-size: 60px; color: #f2f2f2; font-family: impact; line-height: 1; }

.m_pro .hd b i{ color: var(--pei-color); font-weight: normal; }

.m_pro .hd b span{ display: inline-block; width: 44px; font-size: 26px; color: #f2f2f2; border-left: 1px solid #e2e2e2; font-weight: normal; margin-left: 16px; padding-left: 16px; }

.m_pro .hd p{ font-size: 24px; color: #f2f2f2; line-height: 1; margin-top: 20px; }

.m_pro .bd{ overflow: hidden; width: 100%; }

.sider{ width: 21%; float: left; }

.sider .hd{ padding:32px 38px 42px; background: var(--zhu-color); text-align: left; }

.sider .hd span{ font-size: 46px; color: #f2f2f2; font-family: DIN; text-transform: uppercase; line-height: 1; }

.sider .hd b{ display: block; position: relative; font-weight: normal; font-size: 24px; color: #fff; padding:15px 0 20px; line-height: 1; }

.sider .hd b::after{ content: ""; display: inline-block; width: 48px; height: 1px; background: #fff; border:0; position: absolute; left:0; bottom:0; }

.sider .bd{ width: 100%; background: #fff; box-sizing: border-box; padding:6px 20px 34px; }

.sider .bd ul{ overflow: hidden; }

.sider .bd li{ overflow: hidden; height: 50px; line-height: 50px; border-bottom: 1px solid #d4cece; }

.sider .bd li > a{ position: relative; background: url(../images/ico_sider.png) no-repeat 9px center; display: block; height: 50px; line-height: 50px; box-sizing: border-box; padding:0 30px; font-size: 16px; color: #333333; }

.sider .bd li > a::before{ content: ""; display: inline-block; width: 0; height: 3px; background: var(--zhu-color); position: absolute; left:0; bottom:0; transition: all .3s; }

.sider .bd li > div{ overflow: hidden; box-sizing: border-box; padding:0 30px 20px; }

.sider .bd li > div a{ display: block; font-size: 14px; line-height: 1.9; color: #999999; }

.sider .bd li > a:hover::before{ transition: all .3s; width: 100%; }

.sider .bd li > a:hover, .sider .bd li > div a:hover{ transition: all .3s; color: var(--zhu-color); }

/*.sider .bd li:first-child{ height: auto; }

.sider .bd li:first-child > a:hover::before{ width: 0; }*/

.m_pro .bd .right{ width: 77%; float: right; }

.p_list{ overflow: hidden; }

.p_list .top{ overflow: hidden; background: #fff; height: 386px; }

.p_list .top > a{ display: block; width: 100%; height: 100%; }

.p_list .top .img{ width: 48%; height: 100%; float: left; overflow: hidden; }

.p_list .top .img img{ width: 100%; height: 100%; object-fit: cover; }

.p_list .top .txt{ width: 52%; float: left; box-sizing: border-box; padding:36px; }

.p_list .top .txt b{ display: block; height: 66px; line-height: 66px; border-bottom: 1px dashed #f2f2f2; font-size: 30px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.p_list .top .txt > p{ padding:16px 0; border-bottom: 1px dashed #f2f2f2; font-size: 14px; color: #999; line-height:28px; }

.p_list .top .txt > div{ padding:18px 5px; overflow: hidden; width: 100%; }

.p_list .top .txt > div p{ padding-left: 30px; background: url(../images/ico_dui.png) no-repeat 5px center; font-size: 18px; color: #333333; font-weight: bold; line-height: 2; }

.p_list .top .txt > div p span{ color: var(--pei-color); }

.p_list a{ display: block; width: 100%; }

.p_list a .img{ width: 100%; height: 301px; overflow: hidden; }

.p_list a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }

.p_list a > b{ display: block; height: 44px; line-height: 44px; background: #e6e4e4; text-align: center; font-size: 16px; color: #333333; font-weight: normal; transition: all .3s; }

.p_list a:hover > b{ background: var(--zhu-color); color: #fff; transition: all .3s; }

#pro{ overflow: hidden; margin:12px 0 0; }

@media only screen and (max-width: 1400px){

  .sider .hd{ padding:32px 20px 42px; }

}

@media only screen and (max-width: 1200px){

  .m_pro{ padding:40px 0; }

  .sider .hd span{ font-size: 32px; }

  .sider .bd{ padding:6px 10px 42px; }

  .p_list a .img{ height: 216px; }

  .p_list .top{ height: 370px; }

}

@media only screen and (max-width: 992px){

  .m_pro .hd{ padding-bottom: 40px; }

  .m_pro .bd .sider, .m_pro .bd .right{ width: 100%; }

  .m_pro .bd .sider{ margin-bottom: 10px; }

  .sider .hd, .sider .bd li > div{ display: none; }

  .sider .bd{ padding:0; background: none; }

  .sider .bd li{ width: 33.3%; float: left; background: #fff; border-bottom: 0; }

  .sider .bd li a{ border-bottom: 1px solid #d4cece; border-right:1px solid #d4cece; transition: all .3s; }

  .sider .bd li > a:hover{ background:url(../images/ico_sider.png) no-repeat 18px center; transition: all .3s; padding-left: 40px; color: var(--zhu-color); }

  

}

@media only screen and (max-width: 768px){

  .p_list .top{ height: 300px; }

  .p_list .top .txt{ padding:15px; }

  .p_list .top .txt b{ font-size: 18px; height: 58px; line-height: 58px; }

  .p_list .top .txt > div{ display: none; }

}

@media only screen and (max-width: 640px){

  .m_pro{ padding:25px 15px; }

  .m_pro .hd{ padding-bottom: 20px; }

  .m_pro .hd b{ font-size: 42px; }

  .m_pro .hd b span{ font-size: 18px; }

  .m_pro .hd p{ font-size: 16px; }

  .m_pro .bd{ padding:0; }

  .sider .bd{ padding:0; }

  .sider .bd li{ width: 50%; }

  .p_list .top .img, .p_list .top .txt{ width: 100%; }

  .p_list a .img{ height: 146px; }

}



/*super*/

.m_super{ overflow: hidden; padding:70px 0 46px; background:#fff; }

.m_super .hd{ width: 100%; text-align: center; padding-bottom: 70px; }

.m_super .hd span{ font-size: 45px; font-family: DINLIGHT; display: block; line-height: 1; margin-bottom: 20px; text-transform: uppercase; }

.m_super .hd b{ font-family: webfont; font-size: 40px; color: #333333; font-weight: normal; padding-bottom: 44px; position: relative; }

.m_super .hd b::after{ content: ""; display: inline-block; width: 60px; height: 4px; background: var(--zhu-color); border:0; position: absolute; bottom:0; left: 50%; margin-left: -25px; }

.m_super .hd b i{ font-size: 50px; color: var(--zhu-color); font-family: webfont; }

.m_super .bd > p{ width: 87%; text-align: center; font-size: 18px; color: #666666; line-height: 30px; margin:0 auto 70px; }

.m_super .bd ul{ overflow: visible; padding:16px 0 20px; }

.m_super .bd li{ transition: all .3s; box-sizing: border-box; padding:50px 24px 32px; width: 336px; height: 310px; float: left; text-align: center; }

.m_super .bd li b{ display: block; font-size: 30px; color: #666666; line-height: 1; transition: all .3s; }

.m_super .bd li p{ min-height: 80px; transition: all .3s; font-size: 14px; line-height: 20px; color: #666666; margin:20px 0 30px; }

.m_super .bd li small{transition: all .3s;  display: inline-block; padding:12px 42px; font-size: 24px; font-family: webfont; color: #fdfeff; line-height: 1; background: var(--zhu-color); border-radius: 30px; }

.m_super .bd li span{transition: all .3s;  font-size: 36px; color: #fff; line-height: 1; }

.m_super .bd li:hover{ transition: all .3s; background: var(--zhu-color); }

.m_super .bd li:hover b{ transition: all .3s; color: #ffffff; }

.m_super .bd li:hover p{ transition: all .3s; color: #ffffff; }

.m_super .bd li:hover small{ transition: all .3s; color: var(--zhu-color); background: #fff; }

.m_super .bd li:hover span{ transition: all .3s; color: var(--zhu-color); }

.m_super .bd li + li{ margin-left: 18px; }

.shadow{position: relative; box-shadow: 0px 1px 4px rgba(0,0,0,0.3),0px 0px 20px rgba(0,0,0,0.1) inset;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1; bottom:15px; left:10px; width:50%; height:20%;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1; bottom:15px; left:10px; width:50%; height:20%; box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); transform:rotate(-3deg);}

.shadow::after{right:10px; left:auto; transform:rotate(3deg);}

@media only screen and (max-width: 1400px){

  .m_super .bd li{ width: 23.5%; }

  .m_super .bd li b{ font-size: 26px; }

}

@media only screen and (max-width: 1200px){

  .m_super{ padding:40px 0; }

  .m_super .hd b i{ font-size: 40px; }

  .m_super .bd > p{ width: 100%; margin:0 auto 20px;  }

  .m_super .bd li{ padding:32px 12px; }

  .m_super .bd li b{ font-size: 20px; }

  .m_super .bd li p{ min-height: 120px; margin:20px 0; }

}

@media only screen and (max-width: 992px){

  .m_super .bd li{ width: 23%; }

  .m_super .bd li + li{ margin-left: 12px; }

  .m_super .bd li b{ font-size: 17px; }

  .m_super .bd li p{ min-height: 160px; }

  .m_super .bd li small{ font-size: 16px; }

  .m_super .bd li span{ font-size: 26px; }

}

@media only screen and (max-width: 768px){

  .m_super .bd li{ width: 49%; margin-bottom: 20px; height: auto; }

  .m_super .bd li + li{ margin-left: 0; }

  .m_super .bd li:nth-child(2n+0){ margin-left: 2%; }

  .m_super .bd li p{ min-height: 50px; }

}

@media only screen and (max-width: 640px){

  .m_super{ padding:25px 15px; }

  .m_super .hd{ padding-bottom: 40px; }

  .m_super .hd span{ font-size: 24px; margin-bottom: 0; }

  .m_super .hd b{ padding-bottom: 20px; }

  .m_super .hd b, .m_super .hd b i{ font-size: 24px; }

  .m_super .bd > p{ font-size: 15px; line-height: 1.5; }

  .m_super .bd li{ padding:15px 10px; }

  .m_super .bd li p{ margin:20px 0; font-size: 12px; }

  .m_super .bd li b{ font-size: 17px; }

  .m_super .bd li span{ font-size: 24px; }

  .m_super .bd li small{ padding:6px 30px; }

}



/*m_case*/

.m_case{ overflow: hidden; padding:54px 0 76px; background: url(../images/case_bg.jpg) no-repeat top center; }

.m_case .hd{ width: 100%; overflow: hidden; text-align: center; }

.m_case .hd span{ line-height: 1; display: block; font-size: 40px; color: #fdfeff; font-weight: bold; }

.m_case .hd i{ margin:20px 0 16px; display: block; height: 18px; background: url(../images/hr.png) no-repeat center; }

.m_case .hd p{ font-size: 16px; color: #fdfeff; line-height: 1; }

.picFocus{ overflow: hidden; width: 100%; background: #fff; margin-top: 40px; }

.picFocus .hd{ width:100%; overflow:hidden; margin:20px 0; }

.picFocus .hd > a{ cursor: pointer; width: 5%; height: 182px; line-height: 182px; text-align: center; display: flex; align-items: center; overflow: hidden; }

.picFocus .hd > a span{ font-weight: 100; font-size: 46px; color: #5c5c5c; line-height: 1; transition: all .3s; }

.picFocus .hd > a:hover span{ font-weight: 100; transition: all .3s; }

.picFocus .hd .prev{ float: left; }

.picFocus .hd .next{ float: right; }

.picFocus .hd .prev span{ margin-left: 12px; }

.picFocus .hd .next span{ position: relative; right: 0; }

.picFocus .hd ul{ width: calc(100% - 10%); float: left; display: flex; align-items: center; justify-content: center; }

.picFocus .hd ul li{ cursor: pointer; width: 25%; height: 184px; overflow: hidden; border-bottom: 5px solid #ffffff; }

.picFocus .hd ul li + li{ margin-left: 10px; }

.picFocus .hd ul li img{ width: 100%; height: 100%; object-fit: cover; }

.picFocus .hd ul li.on{ border-color: var(--pei-color); }

.picFocus .bd{ overflow: hidden; width: 100%; }

.picFocus .bd li{ width: 100%; height: 480px; overflow: hidden; }

.picFocus .bd li .img{ width:57%; height:100%; display:block; float: left; }

.picFocus .bd li .img img{ width: 100%; height: 100%; object-fit: cover; }

.picFocus .bd li .txt{ width: 43%; box-sizing: border-box; padding:60px 30px; float: left; }

.picFocus .bd li .txt b{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; color: #333333; display: block; }

.picFocus .bd li .txt p{ font-size: 14px; color: #333333; line-height: 36px; margin:60px 0; }

.picFocus .bd li .txt small{ background:url(../images/ico_small.png) no-repeat center; display: inline-block; width: 136px; height: 36px; line-height: 36px; font-size: 18px; color: #ffffff; text-align: center; transition: all .3s; }

.picFocus .bd li .txt small:hover{ transition: all .3s; letter-spacing: 2px; }

@media only screen and (max-width: 1400px){

  

}

@media only screen and (max-width: 1200px){

  .picFocus .bd li .txt{ padding:30px; }

  .picFocus .bd li .txt p{ margin:30px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

  .picFocus .bd li{ height: 380px; }

  .picFocus .hd .prev span{ margin-left: 0; }

  .picFocus .hd .next span{ right: 10px; }

}

@media only screen and (max-width: 992px){

  .picFocus .hd .prev span{ margin-left: 20px; }

  .picFocus .hd .next span{ right: 10px; }

  .picFocus .hd ul li{ width: 23%; }

  .picFocus .hd ul li{ height: 130px; }

  .picFocus .hd > a{ height: 130px; }

  .picFocus .hd > a span{ font-size: 32px; }

  

}

@media only screen and (max-width: 768px){

  .m_case .hd p{ line-height: 1.5; }

  .picFocus .hd > a{ display: none; }

  .picFocus .hd ul{ width: 100%; }

}

@media only screen and (max-width: 640px){

  .m_case{ padding:25px 15px; }

  .m_case .hd span, .m_news .hd span{ font-size: 32px; }

  .m_case .hd p, .m_news .hd p{ font-size: 14px; }

  .picFocus{ margin-top: 20px; }

  .picFocus .bd li .img, .picFocus .bd li .txt{ width: 100%; }

  .picFocus .bd li .img{ height: 50%; }

  .picFocus .bd li .txt{ padding:15px;  }

  .picFocus .bd li .txt b{ font-size: 16px; }

  .picFocus .bd li .txt p{ margin:10px 0; line-height: 1.5; }

  .picFocus .hd ul li{ height: 60px; width: 22%;  }

  .picFocus .hd ul li img{ object-fit: cover; }

}





/*m_news*/

.m_news{ overflow: hidden; background: #fff; padding:42px 0; }

.m_news .hd{ width: 100%; overflow: hidden; text-align: center; margin-bottom: 40px; }

.m_news .hd span{ line-height: 1; display: block; font-size: 40px; color: #333333; font-weight: bold; }

.m_news .hd i{ margin:20px 0 16px; display: block; height: 18px; background: url(../images/blue_hr.png) no-repeat center; }

.m_news .hd p{ font-size: 16px; color: #333333; line-height: 1; }

.m_news .bd{ overflow: hidden; width: 100%; margin-left: 0; }

.m_news .tit{ border-bottom: 1px solid var(--zhu-color); padding-bottom: 20px; position: relative; margin-bottom:20px; }

.m_news .tit::after{ content: ""; display: inline-block; width: 100px; height: 3px; background: var(--zhu-color); border:0; position: absolute; left: 0; bottom:0; }

.m_news .tit b{ font-size: 24px; color: var(--zhu-color); line-height: 1; font-weight: normal; }

.m_news .tit b span{ font-size: 14px; color: #999999; text-transform: uppercase; }

.m_news .tit a{ margin-top:16px; float: right; font-size: 14px; color: #666666; text-transform: uppercase; margin-right: 4px;  }

.m_news .fl{ width: 100%; box-sizing: border-box; }

.m_news .fl a{ display: block; height: 36px; line-height: 36px; overflow: hidden; }

.m_news .fl a b{ transition: all .3s; width: 80%; display: block; float: left; position: relative; font-size: 16px; color: #333333; padding-left: 30px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; font-weight: normal; }

.m_news .fl a b::before{ content: ""; display: inline-block; width: 18px; height: 1px; background: #333333; border:0; position: absolute; left: 5px; top:18px; }

.m_news .fl a span{ float: right; font-size: 16px; color: #999999; line-height: 36px; display: inline-block; }

.m_news .fl a:first-child{ height: 220px; margin-bottom:20px; overflow: hidden; }

.m_news .fl a:first-child .img{ width: 403px; height: 100%; float: left; overflow: hidden; }

.m_news .fl a:first-child .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }

.m_news .fl a:first-child .txt{ transition: all .3s; width: 240px; float: right; }

.m_news .fl a:first-child .txt b{ width: 100%; font-size: 16px; color: #333333; height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 0; display: block; }

.m_news .fl a:first-child .txt b::before{ display: none; padding-left: 0; }

.m_news .fl a:first-child .txt span{ font-size: 16px; color: #999999; line-height: 1; margin:20px 0; width: 100%; float: none; }

.m_news .fl a:first-child .txt p{ font-size: 14px; color: #999999; line-height: 30px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

.m_news .fl a:first-child .txt small{ font-size: 14px; color: var(--pei-color); margin-top:30px; display: inline-block; }

.m_news .fl a:hover b{ transition: all .3s; color: var(--zhu-color); font-weight: bold; }

.m_news .fl a:hover .img img{ transition: all .3s; transform: scale(1.05); }

.m_news .fr{ width: 100%; box-sizing: border-box; }

.m_news .fr .bd a{ display: block; width: 100%; height: 100px; overflow: hidden; clear: both; }

.m_news .fr .bd a + a{ margin-top:25px; }

.m_news .fr .bd a .img{ width: 210px; height: 100%; float: left; overflow: hidden; }

.m_news .fr .bd a .img img{ width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all .3s;}

.m_news .fr .bd a .txt{ width: 400px; float: right; }

.m_news .fr .bd a .txt b{transition: all .3s; display: block; height: 28px; line-height: 28px; font-size: 14px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; margin-bottom:18px; }

.m_news .fr .bd a .txt b span{ float: left; text-align: center; display: block; width: 22px; height: 22px; background: var(--zhu-color); font-size: 14px; color: #ffffff; line-height: 22px; margin-right: 10px; }

.m_news .fr .bd a .txt p{ font-size: 14px; color: #999999; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.m_news .fr .bd a .txt p small{ display: block; font-size: 14px; color: #999999;  }

.m_news .fr .bd a .txt p span{ float: left; text-align: center; display: block; width: 22px; height: 22px; background: var(--pei-color); font-size: 14px; color: #ffffff; line-height: 22px; margin-right: 10px; }

.m_news .fr .bd a:hover b{ transition: all .3s; color: var(--zhu-color); font-weight: bold; }

.m_news .fr .bd a:hover .img img{ transition: all .3s; transform: scale(1.05); }

@media only screen and (max-width: 1400px){

  .m_news{ padding:40px 0; }

  .m_news .inner{ padding:0; }

  .m_news .fl a:first-child{ height: 200px; }

  .m_news .fl a:first-child .img{ width: 56%;  }

  .m_news .fl a:first-child .txt b{ display: block; width: 100%; }

  .m_news .fl a:first-child .txt span{ margin:12px 0; }

  .m_news .fl a:first-child .txt p{ clear: both; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

  .m_news .fr .bd a .txt{ width: 56%; }

  .m_news .fr .bd a + a{ margin-top: 10px; }

}

@media only screen and (max-width: 1200px){

  .m_news .fl a:first-child{ height: 300px; margin-bottom: 0; }

  .m_news .fl a:first-child .img, .m_news .fl a:first-child .txt{ width: 100%; height: 150px; }

  .m_news .fl a:first-child .txt p{ -webkit-line-clamp:1; }

  .m_news .fl a:first-child .txt b{ margin-top: 10px; }

  .m_news .fl a b{ width: 75%; }

  .m_news .fr .bd a .img{ width: 30%; }

  .m_news .fr .bd a .txt{ width: 66%; }
  .m_news .fr .bd a .txt b {margin-bottom:8px;}
  .m_news .fr .bd a .txt p {height:48px;}

  .m_news .fr .bd a + a{ margin-top: 50px; }

  .m_news .fl a:first-child .txt small{ margin-top: 0; }



}

@media only screen and (max-width: 992px){

  .m_news .fl{ padding-right: 0; }

  .m_news .fr{ padding-left: 0; margin-top: 20px; }

  .m_news .fr .bd a + a{ margin-top: 30px; }

}

@media only screen and (max-width: 640px){

  .m_news{ padding:25px 15px; }

  .m_news .container-fluid{ padding-left: 0; }

  .m_news .row{ margin-left: 0; }

  .m_news .row > div{ padding:0; }

}



/*footer*/

.footer{ overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat top center; padding:18px 0 0; }

.f_nav, .f_contact{ overflow: hidden; padding-top: 20px; }

.footer b{ display: block; font-size: 16px; color: #dfdfdf; font-weight: bold; line-height: 1; margin-bottom: 30px; }

.footer b span{ font-size: 16px; color: #909090; font-weight: normal; }

.f_nav div{ overflow: hidden; width: 100%; }

.f_nav div a{ line-height: 36px; display: inline-block; width: 24%; text-align: left; font-size: 14px; color: #929191; transition: all .3s; }

.f_nav div a:hover{ color: #fff; transition: all .3s; }

.f_contact div{ width: 50%; float: left; }

.f_contact div b{ font-size: 16px; color: #ffffff; margin-bottom: 20px; }

.f_contact div p{ font-size: 14px; color: #ffffff; }

.f_contact ul{ display: block; width: 50%; float: left; }

.f_contact li{ width: 50%; float: left; font-size: 14px; color: #ffffff; line-height: 32px; }

.f_contact li span{ font-size: 20px; color: #fff; margin-right: 18px; line-height: 1; }

.f_ewm{ text-align: center; }

.f_copy{ width: 100%; overflow: hidden; line-height: 80px; }

.f_copy p, .f_copy p a{ font-size: 14px; color: #929191; transition: all .3s; }

.f_copy p a:hover{ transition: all .3s; color: #fff; }

@media only screen and (max-width: 1400px){

  .f_copy{ line-height: 60px; }

}

@media only screen and (max-width: 1200px){

  .footer{ background-size: cover; }

  .f_contact div{ display: none; }

  .f_contact ul{ width:100%; float: left; }

  .f_ewm{ display: none; }

  .f_copy p{ text-align: center; line-height: 32px; }

}

@media only screen and (max-width: 992px){

  .f_copy p{ text-align: left; }

  .f_contact{ margin-top: 20px; }

}

@media only screen and (max-width: 768px){

  .f_copy{ padding-bottom: 62px; }

}

@media only screen and (max-width: 640px){

  .f_contact{ display: none; }

}



/*m_link*/

.m_link{ width: 100%; height: 82px; line-height: 82px; border-bottom: 1px solid #666666; margin-bottom: 38px; }

.m_link b{ font-weight: normal; text-transform: uppercase; display: inline-block; font-size: 36px; color: rgba(255,255,255,.14); line-height: 82px; position: relative; margin-right: 15px; float: left; }

.m_link b span{ font-size: 16px; color: #ffffff; position: absolute; left:0; bottom: 0; }

.m_link a{ float: left; font-size: 16px; color: #999999; line-height: 82px; margin:0 18px; transition: all .3s; }

.m_link a:hover{ color: #fff; transition: all .3s; }

@media only screen and (max-width: 1400px){

  .m_link{ margin-bottom: 20px; }

}

@media only screen and (max-width: 640px){

  .m_link{ overflow: hidden; padding: 0 15px; line-height: 46px; height: 46px; }

  .m_link b, .m_link a{ line-height: 46px; }

}



/*s_banner*/

.s_banner{ text-align: center; position: relative; padding:89px 0; background: url(../images/company_bg.jpg) no-repeat top center; background-attachment:fixed; }

.s_banner .row > b{ display: block; width: 100%; font-size:46px; color: #fff; font-weight: 400; line-height: 1;  }

.s_banner .row > p{ display: block; width: 100%; box-sizing: border-box; padding: 30px 0; text-align: center; line-height: 2; font-size: 14px; color: #fff;  }

.s_banner .row > span{ display: block; margin:0 auto; font-size: 32px; line-height: 1; color: #fff; font-weight: 200; }

.s_banner .row small{ overflow: hidden; position: relative; display: block; width: 100%; animation:title_font_img_down 1.5s linear 0s infinite running; -webkit-animation:title_font_img_down 1.5s linear 0s infinite running; margin: 5px 0 1px; }

.s_banner .row small span{ display: block; clear: both; font-size: 36px; height: 16px; color: #fff; line-height: 1; }

.s_banner .row small span + span{ position: relative; top:-7px; }

.pro_banner .s_banner{ background: url(../images/spro_bg.jpg) no-repeat top center;  background-attachment:fixed; }

.case_banner .s_banner{ background: url(../images/scase_bg.jpg) no-repeat top center;  background-attachment:fixed; }

.contact_banner .s_banner{ background: url(../images/scontact_bg.jpg) no-repeat top center;  background-attachment:fixed; }

.news_banner .s_banner{ background: url(../images/snews_bg.jpg) no-repeat top center;  background-attachment:fixed; }

.honor_banner .s_banner{ background: url(../images/shonor_bg.jpg) no-repeat top center;  background-attachment:fixed; }

@keyframes title_font_img_down{ 0%{ bottom:10px; opacity: 0.5;} 30%{ bottom:5px; opacity: 1;} 100%{ bottom:0px;  opacity: 0;} }

@-webkit-keyframes title_font_img_down{ 0%{ bottom:10px; opacity: 0.5;} 30%{ bottom:5px; opacity: 1;} 100%{ bottom:0px;  opacity: 0;} }

@media only screen and (max-width: 768px){

  .s_banner{ padding:60px 0 40px; }

  .s_banner .row > b{ font-size: 36px; }

}

@media only screen and (max-width: 640px){

  .s_banner{ padding:40px 0 20px; }

  .s_banner .row > b{ font-size: 32px; }

  .s_banner .row > p{ padding:20px 15px; }

}



/* location */

.location{ overflow: hidden; height: 66px; line-height: 66px; background: #f9f8f8; border-bottom: 1px solid #e0dfdf; }

.location p{ font-size: 14px; color: #777777; }

.location p span{ font-size: 20px; color: #3b4b73; margin-right: 10px; }

.location p a{ font-size: 14px; color: #777777; transition: all .3s; }

.location p a:hover{ color: var(--zhu-color); transition: all .3s; }

.r_nav{ overflow: hidden; text-align: right; }

.r_nav a{ display: inline-block; padding:25px 0; margin: 0 26px; line-height: 1; font-size: 16px; color: #333333; transition: all .3s; position: relative; }

.r_nav a::before{ content: ""; display: inline-block; width: 0; height: 2px; position: absolute; bottom:0; left: 0; background: var(--zhu-color); transition: all .3s; }

.r_nav a:hover{ color: var(--zhu-color); transition: all .3s; }

.r_nav a:hover::before{ transition: all .3s; width: 100%; }

.p_type .r_nav{ text-align: left; }

@media only screen and (max-width: 992px){

  .r_nav a{ margin:0 20px; }

}

@media only screen and (max-width: 768px){

  .r_nav{ display: none; }

}

@media only screen and (max-width: 640px){

  .location p{ text-align: center; }

  .location p i{ display: none; }

}



/* company_info */

.company_info{ background: url(../images/company_about_bg.jpg) no-repeat top center; padding:96px 0 76px; }

.company_info .c_tit p{ font-size: 40px; color: var(--zhu-color); line-height: 1; margin-bottom: 36px; }

.company_info .bd > p, .company_info div > p{ font-size: 16px; color: #333333; line-height: 30px; }

.company_strength{ background: var(--zhu-color); box-sizing: border-box; padding:42px 0; overflow: hidden; margin:20px 0 10px; }

.company_strength li{ width: 25%; float: left; text-align: center; }

.company_strength li span{ font-size: 60px; color: #fff; font-family: "Myriad Pro"; line-height: 1; }

.company_strength li > p{ font-size: 14px; color: #ffffff; margin-top:22px; }

.company_img{ overflow: hidden; margin-bottom: 20px; }

.company_img img:nth-child(2), .company_img img:nth-child(3){ margin-left: 6px; }

.company_info .down_more{ margin: 24px 0; text-align: center; position: relative; }

.company_info .down_more::before{ content: ""; display: inline-block; width: 43%; height: 1px; background: #e1e1e1; position: absolute; left:0; top:50%; }

.company_info .down_more::after{ content: ""; display: inline-block; width: 43%; height: 1px; background: #e1e1e1; position: absolute; right:0; top:50%; }

.company_info .down_more span{ font-size: 30px; color: #e1e1e1; line-height: 1; margin-right: 12px; }

.company_info .down_more small{ font-size: 16px; color: #666666; position: relative; top:-5px; }

.company_super .hd{ padding-bottom: 0; }

.company_super .hd b{ font-size: 30px; color: #333333; line-height: 1; display: block; padding-bottom: 0; }

.company_super .hd b::after{ display: none; }

.company_super .hd hr{ display: inline-block; margin:24px 0 36px; position: relative; width: 30px; height: 3px; background: var(--zhu-color); left: -6.5px; }

.company_super .hd hr::after{ content: ""; display: inline-block; width: 10px; height: 3px; background: var(--zhu-color); position: absolute; right: -13px; }

@media only screen and (max-width: 1400px){

  .company_info{ padding:40px 0; }

  .company_img{ padding-top: 10px; }

  .company_img img{ float: left; }

  .company_img img:nth-of-type(1){ width: 46%; margin:0; }

  .company_img img:nth-of-type(2){ width: 25%; margin:0 0 0 2%; }

  .company_img img:nth-of-type(3){ width: 25%; margin:0 0 0 2%; }

}

@media only screen and (max-width: 992px){

  .company_info .hd hr{ margin:20px 0; }

  .company_info .hd p{ font-size: 24px; margin-bottom: 20px; }

  .company_strength li span{ font-size: 50px; }

}

@media only screen and (max-width: 768px){

  .company_strength{ padding:20px 0; }

  .company_strength li{ width: 50%; }

  .company_strength li:nth-child(1), .company_strength li:nth-child(2){ margin-bottom: 15px; }

}

@media only screen and (max-width: 640px){

  .company_super .hd hr{ margin:24px 0; }

  .company_info .bd{ padding:0 15px; }

  .company_info .c_tit p{ font-size: 24px; }

  .company_info .bd > p, .company_info div > p{ font-size: 14px; line-height: 1.5; }

  .company_img img:nth-of-type(1){ width: 100%; margin:0 0 10px; }

  .company_img img:nth-of-type(2){ width: 49%; margin:0 1% 0 0; }

  .company_img img:nth-of-type(3){ width: 49%; margin:0 0 0 1%; }

  .company_strength li span{ font-size: 32px; }

  .company_strength li > p{ margin-top: 16px; }

}



/* company_culture */

.company_culture{ background: url(../images/company_culture_bg.jpg) no-repeat top center; padding:62px 0 100px; background-attachment: fixed; background-size: 100% 100%; position: relative; }

.company_culture::before{ content: ""; position: absolute; top: 0; left:0; width: 100%; height: 100%; background: var(--zhu-color); opacity: .58; z-index: 32; }

.company_culture .inner{ position: relative; z-index: 33; }

.company_culture .c_tit b{ color: #fff; }

.company_culture .c_tit hr, .company_culture .c_tit hr::after{ background: #fff; }

.company_culture .bd{ padding:44px 58px; background: #fff; }

.company_culture .bd > p{ overflow: hidden; margin-bottom: 14px; }

.company_culture .bd > p span{ color: #fff; display: inline-block; width: 52px; height: 52px; background: #d11d26; border-radius: 50%; text-align: center; line-height: 52px; font-size: 32px; float: left; margin-right: 26px; }

.company_culture .bd > p b{ font-size: 24px; color: #333333; line-height: 52px; float: left; font-weight: normal; margin-right: 22px; }

.company_culture .bd > p small{ font-size: 18px; color: #333333; line-height: 52px;  }

.company_culture .bd ul{ padding:36px 0 6px; display: flex; align-items: center; justify-content: space-between; }

.company_culture .bd li{ width: 25%; box-sizing: border-box; padding-left: 35px; }

.company_culture .bd li b{ font-size: 24px; color: #333333; line-height: 1; font-weight: normal; }

.company_culture .bd li p{ font-size: 14px; color: #666666; line-height: 1; margin-top:15px; }

@media only screen and (max-width: 1200px){

  .company_culture .bd{ padding:40px; }

}

@media only screen and (max-width: 992px){

  .company_culture .bd{ padding:20px; }

  .company_culture .bd li{ padding-left: 0; padding:0 15px; }

  .company_culture .bd > p{ width: 50%; text-align: center; float: left; }

  .company_culture .bd > p span{ margin-right: 0; float: none; }

  .company_culture .bd > p b, .company_culture .bd > p small{ display: block; clear: both; text-align: center; margin-right: 0; width: 100%; }

  .company_culture .bd > p small{ font-size: 14px; line-height: 1.5;  }

  .company_culture .bd ul{ clear: both; }

  .company_culture .bd li b{ font-size: 18px; }

  .company_culture .bd li p{ line-height: 1.5; }

}

@media only screen and (max-width: 640px){

  .company_culture .bd{ padding:15px; }

  .company_culture{ padding:35px 0 50px; background-size: cover; }

  .company_culture .bd > p{ width: 100%; }

  .company_culture .bd ul{ flex-wrap: wrap; }

  .company_culture .bd li{ width: 50%; float: left; margin-bottom: 15px; }

}

/* company_history */

.company_history{ overflow: hidden; padding:35px 0 0; }

.company_history .bd{ overflow: hidden; background: #fff no-repeat center; padding:0 50px; }

#company_history{ width: 100%; padding:200px 0 240px; box-sizing: border-box; }

#company_history::after{ content: ""; display: inline-block; width: 98%; height: 2px; background: rgba(255, 255, 255, .5); position: absolute; top:50%; left: 1%; margin-top: -1px; }

#company_history .swiper-slide{ text-align: center; position: relative; }

#company_history .swiper-slide span{ cursor: pointer; font-size: 16px; color: #ffffff; line-height: 1; position: relative; display: inline-block; padding-bottom: 38px; }

#company_history .swiper-slide span::before{ content: ""; display: inline-block; width: 2px; height: 22px; position: absolute; left:50%; margin-left: -1px; top:24px; background: #fff; }

#company_history .swiper-button-next, #company_history .swiper-button-prev{ background-image: none; width: 32px; height: 32px; border-radius: 50%; margin-top:-16px; }

#company_history .swiper-button-next span, #company_history .swiper-button-prev span{ display: inline-block; font-size: 32px; color: #fff; line-height: 1; }

#company_history .swiper-button-next{ left: auto; right: 0; }

#company_history .swiper-button-prev{ left: 0; }

#company_history .history_box{ position: absolute; top:0; opacity: 0; background: #fff; transition: all .3s; }

#company_history .history_box b{ display: block; box-sizing: border-box; padding:0 18px; font-size: 16px; color: #ffffff; line-height: 62px; background: -webkit-linear-gradient(left, var(--zhu-color) 0%, #466ed6 100%); background: -o-linear-gradient(right, var(--zhu-color) 0%, #466ed6 100%); background: -moz-linear-gradient(right, var(--zhu-color) 0%, #466ed6 100%); background: linear-gradient(to right, var(--zhu-color) 0%, #466ed6 100%); }

#company_history .history_box .txt{ overflow: hidden; background: #fff; padding:18px; }

#company_history .history_box .txt img{ width: 234px; height: 158px; object-fit: cover; float: left; }

#company_history .history_box .txt p{ float: left; width: calc(100% - 234px); padding:10px 0 0 20px; font-size: 14px; color: #666666; line-height: 24px; }

#company_history .swiper-slide-active .history_box{ top: -86px; transition: all .3s; opacity: 1; }

@media only screen and (max-width: 1400px){

  #company_history .history_box .txt img{ width: 100%; }

  #company_history .history_box .txt p{ width: 100%; padding:0; margin-top: 12px; text-align: left; }

  #company_history .swiper-slide-active .history_box{ top:-120px; }

}

@media only screen and (max-width: 1200px){

  #company_history .history_box b{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

}

@media only screen and (max-width: 992px){

  #company_history .swiper-slide span{ opacity: 0; }

}

@media only screen and (max-width: 768px){

  #company_history .history_box{ width: 80%; left:10%; }

}

@media only screen and (max-width: 640px){

  #company_history{ padding:160px 0 200px; }

  #company_history::after{ display: none; }

  .company_history .bd{ padding:0; }

}



/*company_super*/

.company_super{ overflow: hidden; padding:70px 0 46px; background:#fff; }

.company_super .c_tit span{ font-weight: 200; font-size: 45px; font-family: DINLIGHT; display: block; line-height: 1; margin-bottom: 20px; text-transform: uppercase; }

.company_super .bd > p{ width: 85%; text-align: center; font-size: 18px; color: #666666; line-height: 30px; margin:0 auto 70px; }

.company_super .bd ul{ overflow: visible; padding:16px 0 20px; }

.company_super .bd li{ transition: all .3s; box-sizing: border-box; padding:50px 24px 32px; width: 336px; height: 310px; float: left; text-align: center; }

.company_super .bd li b{ display: block; font-size: 30px; color: #666666; line-height: 1; transition: all .3s; }

.company_super .bd li p{ min-height: 80px; transition: all .3s; font-size: 14px; line-height: 20px; color: #666666; margin:20px 0 30px; }

.company_super .bd li small{transition: all .3s;  display: inline-block; padding:12px 42px; font-size: 24px; font-family: webfont; color: #fdfeff; line-height: 1; background: var(--zhu-color); border-radius: 30px; }

.company_super .bd li span{transition: all .3s;  font-size: 36px; color: #fff; line-height: 1; }

.company_super .bd li:hover{ transition: all .3s; background: var(--zhu-color); }

.company_super .bd li:hover b{ transition: all .3s; color: #ffffff; }

.company_super .bd li:hover p{ transition: all .3s; color: #ffffff; }

.company_super .bd li:hover small{ transition: all .3s; color: var(--zhu-color); background: #fff; }

.company_super .bd li:hover span{ transition: all .3s; color: var(--zhu-color); }

.company_super .bd li + li{ margin-left: 18px; }

.shadow{position: relative; box-shadow: 0px 1px 4px rgba(0,0,0,0.3),0px 0px 20px rgba(0,0,0,0.1) inset;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1; bottom:15px; left:10px; width:50%; height:20%;}

.shadow::before,

.shadow::after{content:""; position:absolute; z-index:-1; bottom:15px; left:10px; width:50%; height:20%; box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); transform:rotate(-3deg);}

.shadow::after{right:10px; left:auto; transform:rotate(3deg);}

@media only screen and (max-width: 1400px){

  .company_super .bd li{ width: 23.5%; }

  .company_super .bd li b{ font-size: 26px; }

}

@media only screen and (max-width: 1200px){

  .company_super{ padding:40px 0; }

  .company_super .bd > p{ width: 100%; margin:0 auto 20px;  }

  .company_super .bd li{ padding:32px 12px; }

  .company_super .bd li b{ font-size: 20px; }

  .company_super .bd li p{ min-height: 120px; margin:20px 0; }

}

@media only screen and (max-width: 992px){

  .company_super .bd li{ width: 23%; }

  .company_super .bd li + li{ margin-left: 12px; }

  .company_super .bd li b{ font-size: 16px; font-weight: normal; }

  .company_super .bd li p{ min-height: 160px; }

  .company_super .bd li small{ font-size: 16px; }

  .company_super .bd li span{ font-size: 26px; }

}

@media only screen and (max-width: 768px){

  .company_super .bd li{ width: 49%; margin-bottom: 20px; height: auto; }

  .company_super .bd li + li{ margin-left: 0; }

  .company_super .bd li:nth-child(2n+0){ margin-left: 2%; }

  .company_super .bd li p{ min-height: 100px; }

}

@media only screen and (max-width: 640px){

  .company_super{ padding:25px 15px; }

  .company_super .bd > p{ font-size: 15px; line-height: 1.5; }

  .company_super .bd li{ padding:15px 10px; }

  .company_super .bd li p{ margin:20px 0; font-size: 12px; }

  .company_super .bd li b{ font-size: 17px; }

  .company_super .bd li span{ font-size: 24px; }

  .company_super .bd li small{ padding:6px 30px; }

}

/*company_case*/

.company_case{ background:#f7f6f6 url(../images/company_case_bg.png) no-repeat center; padding:50px 0; }

.company_case .c_tit{ width: 100%; text-align: center; padding-bottom: 14px; }

.company_case .c_tit span{ font-weight: 200; font-size: 45px; font-family: DINLIGHT; display: block; line-height: 1; margin-bottom: 20px; text-transform: uppercase; }

.company_case .c_tit b i{ font-size: 50px; color: var(--zhu-color); font-family: webfont; }

.company_case .bd{ overflow: hidden; width:100%; }

.company_case .bd a{ display: block; width: 100%; overflow: hidden; }

.company_case .bd a .img{ position: relative; width: 100%; padding-bottom: 84%; overflow: hidden; }

.company_case .bd a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }

.company_case .bd a .txt{ overflow: hidden; background: #f2f2f3; width: 100%; padding:25px; overflow: hidden; text-align: center; }

.company_case .bd a .txt b{ display: block; font-weight: normal; line-height: 1; font-size: 18px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.company_case .bd a .txt p{ display: inline-block; position: relative; line-height: 1; margin-top: 16px; font-size: 14px; color: var(--zhu-color);overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 24px; }

.company_case .bd a .txt p::before{ content: ""; display: inline-block; width: 14px; height: 1px; background: var(--zhu-color); position: absolute; top:50%; left: 0; }

.company_case .bd a .txt p::after{ content: ""; display: inline-block; width: 14px; height: 1px; background: var(--zhu-color); position: absolute; top:50%; right: 0; }

.company_case .bd a:hover img{ transition: all .3s; transform: scale(1.05); }

.company_case .bd a:hover b{ transition: all .3s; color: var(--zhu-color); }

@media only screen and (max-width: 1200px){

  .company_case{ padding:40px 0; }

  .company_case .hd b i{ font-size: 40px; }

}

@media only screen and (max-width: 640px){

  .company_case .c_tit span{ font-size: 26px; }

  .company_case{ padding:30px 0; }

  .company_case .bd a .txt{ padding:8px 12px; }

  .company_case .bd a .txt b{ font-size: 16px; }

  .company_case .bd a .txt p{ display: none; }

}

/* contact_txt */

.contact_txt{ overflow: hidden; background: #f5f5f5; margin-bottom: 46px; }

.contact_txt .img{ width: 100%; overflow: hidden; }

.contact_txt .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }

.contact_txt .txt{ box-sizing: border-box; padding:80px 20px; }

.contact_txt .txt b{ display: block; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin-bottom: 32px; }

.contact_txt .txt p{ font-size: 18px; color: #666666; line-height: 40px; }



@media only screen and (max-width: 768px){

  .contact_txt > .row{ margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

  .contact_txt .txt{ padding:20px 15px; }

  .contact_txt .txt b{ font-size: 18px; }

  .contact_txt .txt p{ font-size: 14px; line-height: 2; }

}

@media only screen and (max-width: 640px){

  .contact_txt{ margin-bottom: 20px; }

  

}



/* contact_way */

.contact_way{ overflow: hidden; display: flex; flex-wrap: nowrap; margin-bottom: 40px; }

.contact_way .box{ position: relative; width: 25%; text-align: center; border:2px solid #eae7e7; border-radius: 3px; padding:30px 0; }

.contact_way .box::before{ content: ""; display: inline-block; width: 0; height: 3px; background: var(--zhu-color); position: absolute; left:50%; bottom: 0; transition: all .3s; }

.contact_way .box + .box{ margin-left: 30px; }

.contact_way .box span{ display: inline-block; font-size: 54px; color: var(--zhu-color); line-height: 1; margin-bottom: 20px; }

.contact_way .box p{ font-size: 18px; color: #666666; line-height: 32px; margin-bottom: 0; }

.contact_way .box:hover::before{ transition: all .3s; width: 100%; left: 0; }

#dituContent{ width: 100%; margin:0 auto; height: 520px; margin-bottom: 40px; border:1px solid #cccccc; }

@media only screen and (max-width: 992px){

  .contact_way .box + .box{ margin-left: 10px; }

}

@media only screen and (max-width: 768px){

  .contact_way{ display: block; }

  .contact_way .box{ width: 49%; margin-bottom: 20px; float: left; padding:15px 0; }

  .contact_way .box + .box{ margin-left: 0; }

  .contact_way .box:nth-child(2n+0){ margin-left: 2%; }

  .contact_way .box p + p{ min-height: 64px; }

  

}

@media only screen and (max-width: 640px){

  .contact_way{ margin-bottom: 0; }

  .contact_way .box p{ font-size: 14px; line-height: 24px; }

  .contact_way .box p + p{ min-height: 48px; }

  #dituContent{ height: 240px; margin-bottom: 20px; }

}



/* contact_msg */

#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:46px 0 62px; }

#contact_msg .hd{ width: 100%; margin-bottom: 36px; }

#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 36px; color: #333333; }

#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 54px; }

#contact_msg .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; line-height: 54px; position: relative; top: 5px; }

#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }

#contact_msg .bd .form_item{ margin-bottom: 30px; background: #fff; height: 46px; border:1px solid #eee; }

#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }

#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }

#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 30px; background: #fff; height: 100px; border:1px solid #eee; }

#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }

#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333; }

#contact_msg .bd .form_item:last-child label{ width: auto; padding:0 17px; }

#contact_msg .bd .form_item:last-child img{ height: 34px; float: left; margin-top: 6px; }

#contact_msg .bd .form_item:last-child input{ width: calc(100% - 200px); float: left; box-sizing: border-box; padding-left: 5px; }

#contact_msg .bd .submit{ display: block; width: 100%; padding:24px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px; }

#contact_msg .bd .submit:hover{ background: var(--pei-color); transition: all .3s; }

@media only screen and (max-width: 992px){

  #contact_msg{ padding:30px 0; }

  #contact_msg .bd .form_item:last-child input{ width:66%; }

}



@media only screen and (max-width: 640px){

  #contact_msg{ padding:20px 0; }

  #contact_msg .hd{ margin-bottom: 0; }

  #contact_msg .hd b{ font-size: 24px; }

  #contact_msg .hd p{ display: none; }

  #contact_msg .bd{ padding:20px 10px 0; }

  #contact_msg .bd .form_item:last-child input{ width: 40%; }

}

/*main*/

.main{ overflow: visible; padding:30px 0; }

.main p{ font-size: 16px; line-height: 24px; margin-bottom: 12px; }

@media only screen and (max-width: 640px){

  .main{ padding:15px 0; }

}

/* product_type_search */

.product_type_search{ overflow: hidden; text-align: center; padding:28px 0; width: 100%; }

.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }

.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }

.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }

.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background: #e60113; border-radius: 50%; text-align: center; }

.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }

.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;  }

.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }

.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }

.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }

.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }

.product_type_search > .type span > a + a{ margin-left: 20px; }

.product_type_search > .type a:hover{ transition: all .3s; color: #e60113; }

@media only screen and (max-width: 992px){

  .product_type_search > .type span{ display: none; }

  .product_type_search > .type b:nth-of-type(1){ display: none; }

  .product_list .type > a{ font-size: 14px; }

  .product_list .type > a

}

@media only screen and (max-width: 768px){

  .product_type_search{ padding:0 0 20px; }

  .product_type_search > b{ font-size: 24px; }

  .product_type_search form{ width: 50%; }

  .product_type_search > .type > b a{ font-weight: normal; }

  .product_type_search > hr{ margin-bottom: 10px; }

}

@media only screen and (max-width: 640px){

  .product_type_search > b{ font-size: 20px; }

  .product_type_search form{ width: 70%; }

  .product_type_search > .type{ padding:0 20px; }

  .product_type_search > .type > b a{ font-size: 14px; }

}



/* product_list */

.product_list{ overflow: hidden; }

.product_list li{ padding:60px 0 45px; }

.product_list li:nth-child(odd){ background: #f3f3f3; }

.product_list .type{ overflow: hidden; margin-bottom: 30px; width: 100%; }

.product_list .type > b{ font-size: 30px; color: #333333; line-height: 1; float: left; }

.product_list .type b a{ color: #333333; transition: all .3s; }

.product_list .type > a{ font-size: 16px; color: #333333; line-height: 30px; margin:0 20px; transition: all .3s; float: left; }

.product_list .type a:hover{ transition: all .3s; color: #e60113; }

.product_list .goods{ width: 100%; }

.product_list .goods .goods_swiper{ padding:15px 0; }

.product_list .goods .swiper-slide{ width: 100%; box-sizing: border-box; padding:0 0 20px; border:1px solid #f1f0f0; background: #ffffff; }

.product_list .goods a{ display: block; width: 100%; overflow: hidden;  }

.product_list .goods a .img{ width: 100%; height: auto; position: relative; padding-bottom: 92%; overflow: hidden; margin-bottom: 12px; }

.product_list .goods a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.product_list .goods .txt{ overflow: hidden; padding:0 20px; }

.product_list .goods .txt b{ display: block; margin-bottom: 10px; font-size: 18px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; }

.product_list .goods .txt p{ margin-bottom: 26px; font-size: 14px; color: #999999; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.product_list .goods .txt > a{ width: auto; display: inline-block; padding:12px 22px; border:1px solid #aaaaaa; font-size: 14px; color: #333333; line-height: 1; transition: all .3s; }

.product_list .goods .txt > a:nth-of-type(1){ border-color: #e60013; background: #e60013; color: #fff; margin-right: 20px; }

.product_list .goods .txt > a:hover{ background: #333; color: #fff; border-color: #333; transition: all .3s; }

.product_list .goods .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }

.product_list .goods .swiper-slide:hover { transition: all .3s; box-shadow: 0 0 15px rgba(160, 160, 160, .5); }

.product_list .goods .swiper-slide:hover b { transition: all .3s; color: #e60013; }

@media only screen and (max-width: 992px){

  .product_list li{ padding:30px 0; }

  .product_list .type{ margin-bottom: 25px; }

  .product_list .type > a{ font-size: 14px; margin:0 16px; }

  .product_list .goods .txt > a:nth-of-type(1){ margin-right: 10px; }

  .product_list .goods .txt > a{ padding:8px 12px; }

}

@media only screen and (max-width: 768px){

  .product_list .type > a{ display: none; }

}

@media only screen and (max-width: 640px){

  .product_list .type > b{ font-size: 20px; display: block; text-align: center; width: 100%; }

  .product_list .goods .swiper-slide{ padding:0 0 10px; }

  .product_list .goods .txt b{ font-size: 14px; font-weight: normal; }

  .product_list .goods .txt p{ margin-bottom: 12px; font-size: 13px; }

  .product_list .goods .txt > a:nth-of-type(1){ margin-right: 5px; }

  .product_list .goods .txt > a{ padding:6px 10px; font-size: 13px; }

}



/* goods_list */

.goods_list{ overflow: hidden; width: 100%; }

.goods_list li{ width: 100%; margin-bottom: 30px; }

.goods_list li .box{ width: 100%; box-sizing: border-box; padding:0; border:1px solid #f1f0f0; background: #ffffff; }

.goods_list a{ display: block; width: 100%; overflow: hidden;  }

.goods_list a .img{ width: 100%; height: auto; position: relative; padding-bottom: 92%; overflow: hidden; }

.goods_list a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.goods_list .txt{ overflow: hidden; padding:20px; }

.goods_list .txt b{ display: block; margin-bottom: 10px; font-size: 18px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; }

.goods_list .txt p{ margin-bottom: 26px; font-size: 14px; color: #999999; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.goods_list .txt > a{ width: auto; display: inline-block; padding:12px 22px; border:1px solid #aaaaaa; font-size: 14px; color: #333333; line-height: 1; transition: all .3s; }

.goods_list .txt > a:nth-of-type(1){ border-color: #e60013; background: #e60013; color: #fff; margin-right: 20px; }

.goods_list .txt > a:hover{ background: #333; color: #fff; border-color: #333; transition: all .3s; }

.goods_list li:hover img{ transition: all .3s; transform: scale(1.05); }

.goods_list li:hover { transition: all .3s; border-color: #e60013; }

.goods_list li:hover b { transition: all .3s; color: #e60013; }

@media only screen and (max-width: 992px){

  .goods_list .txt > a:nth-of-type(1){ margin-right: 10px; }

  .goods_list .txt > a{ padding:8px 12px; }

}

@media only screen and (max-width: 640px){

  .goods_list{ padding:0 15px; }

  .goods_list li .box{ padding:0 10px 10px; }

  .goods_list .txt b{ font-size: 14px; font-weight: normal; }

  .goods_list .txt p{ margin-bottom: 12px; font-size: 13px; }

  .goods_list .txt > a:nth-of-type(1){ margin-right: 5px; }

  .goods_list .txt > a{ font-size: 12px; padding:5px; }

}



/*g_focus*/

.g_focus{ overflow: hidden; margin-bottom: 30px; }

.g_focus .info{ overflow: hidden; }

.g_focus .info b{ font-size: 30px; color: #333333; line-height: 2; display: block; font-weight: normal; margin-bottom: 8px; }

.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid #cd0700; font-size: 18px; color: #cd0700; margin-bottom: 20px; }

.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.g_focus .info .order-btn{ float: left; line-height: 1; padding:16px 120px; background: var(--zhu-color); border-radius: 3px; font-size: 18px; color: #ffffff; transition: all .3s; }

.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--pei-color); }

.g_focus .info .tel{ float: left; margin-left: 60px; overflow: hidden; position: relative; top:5px; }

.g_focus .info .tel span{ float: left; margin-right: 12px; line-height: 1; color: var(--zhu-color); font-size: 38px; }

.g_focus .info .tel div{ float: left; width: 50%; }

.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }

.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }

#g_xgcp{ overflow: hidden; overflow: hidden; margin:20px 0; }

#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 70%; position: relative; border:1px solid #e1e0e0; }

#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }

#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#g_xgcp a:hover img{ transition: all .3s; transform: scale(1.05); }

#gfocus{ width: 100%; height: 414px; border:1px solid #f1f1f1; }

#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }

#gfocus .swiper-button-next, #gfocus .swiper-button-prev{ background-image: none; width: 36px; height: 36px; margin-top: -18px; }

#gfocus .swiper-button-next::after, #gfocus .swiper-button-prev::after{ display: none; }

#gfocus .swiper-button-next span, #gfocus .swiper-button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); }

#glist .swiper-slide{ overflow: hidden; height: 190px; }

#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }

#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }

.info_nav{ background-color: #f1f1f1; overflow: hidden; }

.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; }

.info_nav b a{ font-size: 18px; color: #333333; }

.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }

.info_nav b:hover{ background: var(--zhu-color); color: #fff; }

.info_nav b:hover a{ color: #fff; }

.g_info .txt{ padding:15px; }

.g_info .txt img{ max-width: 100%; }

.g_info .txt p{ font-size: 16px; line-height: 32px; margin-bottom: 12px; }

.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }

.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }

.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }

.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }

.pro-sider > div{ background: #fff; padding:20px; }

.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }

.pro-type a + a{ margin-top: 12px; }

.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }

#g_param{ width: 80%; margin:0 auto; }

#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }

#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }

#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }

#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }

#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }

@media only screen and (max-width: 1400px){

  .g_focus .info .order-btn{ padding:16px 100px; }

}

@media only screen and (max-width: 1200px){

  .g_focus .info .order-btn{ padding:16px 50px; }

}

@media only screen and (max-width: 992px){

  .pro-sider{ display: none; }

}

@media only screen and (max-width: 768px){

  #g_param{ width: 100%; }

  .info_nav b{ padding:15px 30px; }

}

@media only screen and (max-width: 640px){

  #gfocus{ height: 246px; }

  .info_nav b{ padding:8px 15px; font-size: 14px;  }

  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }

  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }

  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }

}



/* g_news */

.g_news{ overflow: hidden; padding:40px 0; }

.g_news .hd{ width: 100%; margin-bottom: 36px; }

.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 36px; color: #333333; }

.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 54px; }

.g_news .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; line-height: 54px; position: relative; top: 5px; }

.g_news .bd{ overflow: hidden; width: 100%; }

.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }

.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }

.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }

.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid #cd0700; position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }

.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }

.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }

.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }

.g_news .bd li a:hover b{ transition: all .3s; color: #cd0700; }

@media only screen and (max-width: 768px){

  .g_news{ padding:30px 0; }

  .g_news .bd li{ width: 100%; padding-right: 0; }

  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }

  

}

@media only screen and (max-width: 640px){

  .g_news{ padding:20px 15px; }

  .g_news .hd{ margin-bottom: 12px; }

  .g_news .hd b{ font-size: 24px; }

  .g_news .hd p{ display: none; }

}

/* news_list */

.news_list{ overflow: hidden; width: 100%; }

.news_list li + li a{ border-top:1px solid #e9e9e8; }

.news_list a{ display: block; width: 100%; display: flex; padding:20px 0; }

.news_list a .img{ width: 100%; height: 100%; overflow: hidden; position: relative; }

.news_list a .img img{ width: 100%; height: 100%; object-fit: cover; background: #f1f1f1; transition: all .3s; position: absolute; }

.news_list a .img span{ position: absolute; left: 50%; top:50%; color: #666; font-size: 12px;  opacity: 0; }

.news_list a .txt{ overflow: hidden; }

.news_list a .txt strong{ transition: all .3s; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #1E1E1E; font-weight: normal; margin:12px 0 6px; }

.news_list a .txt small{ color: #999; font-size: 12px; margin-bottom: 30px; display: block; }

.news_list a .txt p{ position: relative; transition: all .3s; font-size: 14px; color: #777; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.news_list a .txt p::before{ content: ""; display: inline-block; width: 2px; height: 0; position: absolute; left: 0; top:0; transition: all .3s; background: var(--zhu-color); border:0; }

.news_list a:hover strong{ transition: all .3s; color: var(--zhu-color); }

.news_list a:hover .txt p{ transition: all .3s; padding-left: 30px; }

.news_list a:hover .txt ::before{ transition: all .3s; height: 100%; }

.news_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.news_list a:hover .img small{ opacity: 1; transition: all .3s; background: rgba(255,255,255,.6); padding:8px 16px; }

.page_tit{ position: relative; margin-bottom: 75px; }

.page_tit strong{ display: block; font-size: 36px; color: #222; font-weight: normal;  }

.page_tit span{ font-size: 14px; color: #999; margin-top: 10px; }

.page_tit small{ text-transform: uppercase; display: inline-block; color: rgba(51,51,51,.42); font-size: 22px; }

.page_tit::before{ content: ""; display: inline-block; width: 50px; height: 3px; background: #db2016; position: absolute; left:0; bottom:-25px; border:0; }



@media only screen and (max-width: 576px){

  .news_list a{ flex-wrap: wrap; padding:15px; }

  .news_list a .img{ height: auto; padding-bottom: 40%; }

  .news_list a .txt small{ margin-bottom: 10px; }

  .news_list a .txt p{ margin-bottom: 0; }

  .page_tit strong{ font-size: 24px; }

  .page_tit small{ display: none; }

  .page_tit{ margin-bottom: 50px; }

}



/*case_list*/

.case_list{ display: block; width: 100%; margin-bottom:30px;transition:.36s all ease; }

.case_list .img{ padding-bottom: 75%; width: 100%; overflow: hidden; position: relative; }

.case_list .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }

.case_list .txt{ background:#fff;padding:20px 20px; }

.case_list .txt strong{ color:#333;font-size:17px;font-weight:bold;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; display: block; }

.case_list .txt p { font-size: 14px; line-height: 26px; height: 52px; color:#999; margin-top:15px; overflow:hidden; }

.case_list .txt span { font-size: 30px; color: #999; line-height: 1; margin-top:25px;transition:.36s all ease;}

.case_list:hover {box-shadow: 0 0 15px 5px #999;transition: all .3s;}

.case_list:hover img {height:110%;transition: all .3s;}

.case_list:hover strong {color:#db2016;}

.case_list:hover span {padding-left:25px;transition:.36s all .3s;}



@media only screen and (max-width: 640px){

  .case_list .txt{ padding:10px; }

  .case_list .txt b{ font-size: 14px; }

  .case_list .txt p{ font-size: 12px; margin:6px 0; }

}

/*newsPage*/

.newsPage {margin:30px 0;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;  }

.newsPage .page-a{ font-size: 15px; color: #212529; display: flex; align-items: center; }

.newsPage .page-a a{ color: #212529; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.newsPage .page-a + .page-a{margin-top:10px;}

.newsPage .more { display:block;color:#fff;background:#db2016;margin-left:auto;text-align:center;max-width:100%; height:50px;line-height: 50px;width:160px;transition:.36s all;}

.newsPage .more:hover {width:180px;transition:.36s all ease-in;}

.newsPage .page-a a:hover{ color:#db2016; }

/*honor_list*/

.honor_list{ overflow: hidden; width: 100%; }

.honor_list .page_tit{ margin-bottom: 60px; }

.honor_list li{ overflow: hidden; margin-bottom: 30px; }

.honor_list .box .img{ border: 5px 5px 0 0; border: 2px solid #f6f5f5; border-bottom: 0; width:100%;padding-bottom:75%;position: relative;overflow: hidden;transition: all .5s;}

.honor_list .box .img img{width:100%;height: 100%;object-fit: cover;position: absolute;}

.honor_list .box .img:after{width:0;height: 0;content:'';position: absolute;top:0;left:0;background: rgba(0,0,0,.8);transition: all .5s;border-radius: 50%;}

.honor_list .box .img i{color:#fff;font-size: 50px;position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: 1;opacity: 0;transition: all .5s}

.honor_list .box .txt{background: #f6f5f5;padding:15px;transition: all .5s;}

.honor_list .box b{color: #333;font-size: 16px;font-weight: 700;transition: all .5s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:block; box-sizing: border-box; }

.honor_list .box:hover{box-shadow: 0 0 10px #999;}

.honor_list .box:hover .txt{background: var(--zhu-color)}

.honor_list .box:hover .txt b{padding-left: 10px;color:#fff;}

.honor_list .box:hover .img{ border-color: var(--zhu-color);transition: all .5s; }

.honor_list .box:hover .img:after{width:200%;height:200%; left:-50%;top:-50%;}

.honor_list .box:hover .img i{opacity: 1;}

@media(max-width: 576px){

  .newsPage .page-a a{ display: block; }

  .piclist .row>div:nth-child(2n){padding-left: 7.5px;}

  .piclist .row>div:nth-child(2n-1){padding-right: 7.5px;}

}



/* c_tit */

.c_tit{ overflow: hidden; width: 100%; text-align: center; }

.c_tit b{ font-size: 40px; color: #333333; line-height: 1; display: block; font-weight: normal; }

.c_tit hr{ display: inline-block; margin:24px 0 36px; position: relative; width: 30px; height: 3px; background: var(--zhu-color); left: -8.5px; }

.c_tit hr::after{ content: ""; display: inline-block; width: 10px; height: 3px; background: var(--zhu-color); position: absolute; right: -13px; }

@media only screen and (max-width: 992px){

  .c_tit hr{ margin:20px 0; }

  .c_tit b{ font-size: 30px; }

  .c_tit p{ font-size: 24px; margin-bottom: 20px; }

}

/* hot_news */

.hot_news{ clear: both; overflow: hidden; padding:0 15px; }

.hot_news a{ display: block; overflow: hidden; border:1px solid #e7e7e7; box-sizing: border-box; transition: all .4s; }

.hot_news a .img{ width: 100%; height: 280px; overflow: hidden; transition: all .4s; }

.hot_news a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .4s; }

.hot_news a .txt{ width: 100%; padding:25px; overflow: hidden; height: 120px; transition: all .4s; box-sizing: border-box; }

.hot_news a .txt b{ font-weight: normal; display: block; width: 100%; color: #010101; font-size: 18px; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.hot_news a .txt span{ font-size: 14px; color: #909090; }

.hot_news a .txt p{ transition: all .4s; line-height: 30px; color: #434343; font-size: 14px; margin-top: 15px; opacity: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.5; }

.hot_news a:hover img{ transition: all .4s; transform: scale(1.05); }

.hot_news a:hover .img{ transition: all .4s; margin-top: -80px; }

.hot_news a:hover .txt{ transition: all .4s; background: var(--zhu-color); height: 200px; }

.hot_news a:hover .txt b, .hot_news a:hover .txt span, .hot_news a:hover .txt p{ transition: all .4s; color: #fff; opacity: 1; }

@media only screen and (max-width: 640px){

  .hot_news a .img{ height: 120px; }

  .hot_news a .txt{ padding:12px; height: 76px; }

  .hot_news a .txt b{ font-size: 14px; margin-bottom: 10px; }

  .hot_news a .txt span{ font-size: 12px; }

  .hot_news a .txt p{ font-size: 12px; -webkit-line-clamp: 2 }

  .hot_news a:hover .img{ transition: all .4s; margin-top: -40px; }

  .hot_news a:hover .txt{ transition: all .4s; background: var(--zhu-color); height: 120px; }

  

}



/* company_list */

.company_list{ overflow: hidden; margin:20px 0; padding:40px 0; background: #F6F6F6; }

.company_list .hd{ width: 100%; overflow: hidden; padding: 0 15px 20px; }

.company_list .hd b{ display: block; font-size: 36px; color: #333; font-weight: normal; }

.company_list .hd b a{ color: #333; transition: all .3s; }

.company_list .hd b a:hover{ color: #fb880c; transition: all .3s; letter-spacing: 1px; }

.company_list .hd small{ font-size: 18px; color: #c1c1c1; text-transform: uppercase; }

.company_list .news_img{ display: block; width: 100%; overflow: hidden;  }

.company_list .news_img .img{ width: 100%; height: 240px; overflow: hidden; background: #e4e4ec; }

.company_list .news_img .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .4s; }

.company_list .news_img .txt{ overflow: hidden; padding:20px 0; }

.company_list .news_img .txt b{ margin-bottom: 20px; display: block; width: 100%; font-size: 20px; color: #535353; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; transition: all .4s; }

.company_list .news_img .txt span{ display: inline-block; text-align: left; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px solid #e8e8e8; position: relative; }

.company_list .news_img .txt span::after{ content: ""; display: inline-block; width: 1px; height: 0; position: absolute; right: 0; top:0; background: var(--zhu-color);transition: all .4s }

.company_list .news_img .txt span small{ font-size: 22px; color: #444; display: block; }

.company_list .news_img .txt span i{ font-size: 16px; color: #999; display: block; }

.company_list .news_img .txt p{ float: left; width: 86%; color: #979797; font-size: 14px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.company_list .news_img:hover img{ transition: all .4s; transform: scale(0.95) rotate(-1deg); }

.company_list .news_img:hover b{ transition: all .4s; color: var(--zhu-color); font-weight: bold; padding-left: 10px; }

.company_list .news_img:hover span, .company_list .news_img:hover span i, .company_list .news_img:hover p{ transition: all .4s; color: #333; }

.company_list .news_img:hover span::after{ transition: all .4s; height: 100%; }

.company_list .list{ display: block; overflow: hidden; border-bottom:1px solid #eaeaea; }

.company_list .list a{ display: block; padding:32px 0; overflow: hidden; border-top:1px solid #eaeaea; }

.company_list .list a span{ display: inline-block; text-align: left; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px solid #e8e8e8; position: relative; }

.company_list .list a span::after{ content: ""; display: inline-block; width: 1px; height: 0; position: absolute; right: 0; top:0; background: var(--zhu-color);transition: all .4s }

.company_list .list a span small{ font-size: 22px; color: #444; display: block; text-align: left; transition: all .3s; }

.company_list .list a span i{ font-size: 16px; color: #999; display: block; text-align: left; transition: all .3s; }

.company_list .list a .txt{ float: left; width: 86%; overflow: hidden; }

.company_list .list a .txt b{ margin-bottom: 7px; display: block; width: 100%; font-size: 20px; color: #535353; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; }

.company_list .list a .txt p{ text-indent: -2em; float: left; color: #979797; font-size: 14px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.company_list .list a:hover b{ transition: all .4s; color: var(--zhu-color); font-weight: bold; padding-left: 10px; }

.company_list .list a:hover p{ transition: all .4s; color: #333; padding-left: 10px; }

.company_list .list a:hover small, .company_list .list a:hover i{  transition: all .4s; color: var(--zhu-color); }

.company_list .list a:hover span::after{ transition: all .4s; height: 100%; }

@media only screen and (max-width: 1400px){

  .company_list .list a .txt, .company_list .news_img .txt p{ width:82%; }

}

@media only screen and (max-width: 1200px){

  .company_list .list a .txt, .company_list .news_img .txt p{ width:80%; }

}

@media only screen and (max-width: 640px){

  .company_list{ padding:20px 0; }

  .company_list .hd b{ font-size: 24px; }

  .company_list .hd small{ font-size: 13px; }

  .company_list .news_img .img{ height:200px; }

  .company_list .news_img .txt, .company_list .list a{ padding:12px 0; }

  .company_list .news_img .txt b, .company_list .list a .txt b{ font-size:18px; margin-bottom: 10px; }

  .company_list .news_img .txt span, .company_list .list a span{ margin-right: 10px; padding-right: 10px; }

  .company_list .news_img .txt span i, .company_list .list a span i{ font-size: 14px; }

  .company_list .news_img .txt span small, .company_list .list a span small{ font-size: 18px; }

  .company_list{ margin:20px 0 0; }

  .company_list .list a .txt p{ margin-bottom: 0; }

}



/* industry_news */

.industry_news{ overflow: hidden; padding:30px 0 0; }

.industry_news .bd{ display: block; width: 100%; }

.industry_news .bd li{ padding: 50px 0; position: relative; border-bottom: solid 1px #e5e5e5; }

.industry_news .bd li a{ display: flex; align-items: center; z-index: 2; position: relative; }

.industry_news .bd li a span{ text-align: center; display: block; width: 8%; height: 125px; color: var(--zhu-color); font-size: 16px; position: relative; transition: 1s ease .2s; }

.industry_news .bd li a span small{ font-size: 60px; display: block; }

.industry_news .bd li a span::after{ width: 1px; height: 100px; content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: .2s ease .1s; background: #e5e5e5; }

.industry_news .bd li a .txt{ width: 68%; box-sizing: border-box; padding: 0 35px; position: relative; }

.industry_news .bd li a .txt b{ font-weight: bolder; font-size: 24px; color: #212122; line-height: 30px; margin-bottom: 20px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.industry_news .bd li a .txt p{ font-size: 14px; color: #434343; line-height: 30px; margin-bottom: 36px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

.industry_news .bd li a .txt i{ display: none; font-size: 14px; color: #434343; }

.industry_news .bd li a .txt small{ line-height: 44px; padding: 0 30px; color: var(--zhu-color); border: solid 1px var(--zhu-color); font-size: 14px; display: inline-block; border-top-left-radius: 10px; border-bottom-right-radius: 10px; transition: all .4s; }

.industry_news .bd li a .img{ width: 24%; overflow: hidden; box-sizing: border-box; padding-left: 20px; }

.industry_news .bd li a .img img{ width: 100%; height: 195px; object-fit: cover; transition: all .3s; }

.industry_news .bd li::before{ position: absolute; left: 8%; top: 0; width: 1200px; height: 100%; background: #fafafa url(../images/n_bg.jpg) top right; content: ''; transition: .6s ease .1s; opacity: 0; }

.industry_news .bd li::after{ position: absolute; right: 92%; top: 0; width: 0; height: 100%; background: var(--zhu-color); content: ''; transition: .2s ease .1s; }

.industry_news .bd li:hover::before{ width: 120%; transition: .4s ease 0.1s; opacity: 1; }

.industry_news .bd li:hover::after{ width: 120%; transition: .4s ease 0.1s; }

.industry_news .bd li:hover{ border-color: transparent; }

.industry_news .bd li:hover a span::after{ background: transparent; }

.industry_news .bd li:hover a span{ color: #fff; transition: 1s ease 0.3s; }

.industry_news .bd li:hover a .txt b{ color: var(--zhu-color); }

.industry_news .bd li:hover a .txt small{ background: var(--zhu-color); color: #fff; border-radius: 0; border-top-right-radius: 10px; border-bottom-left-radius: 10px; }

@media only screen and (max-width: 1400px){

  

}

@media only screen and (max-width: 1200px){

  .industry_news .bd li a span{ display: none; }

  .industry_news .bd li::before{ left:-15px; }

  .industry_news .bd li::after{ display: none; }

  .industry_news .bd li{ padding:30px 0; }

  .industry_news .bd li a .txt{ width: 70%; }

  .industry_news .bd li a .img{ width: 30%; }

  .industry_news .bd li a .txt{ padding:0; }

  .industry_news .bd li a .txt p{ margin-bottom: 0; }

  .industry_news .bd li a .txt i{ display: block; margin:12px 0; }

}

@media only screen and (max-width: 992px){

  .industry_news .bd li{ padding:15px 0; }

  .industry_news .bd li a .txt p{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

  .industry_news .bd li a .txt small{ line-height: 32px; padding:0 20px; }

  .industry_news .bd li a .txt b{ font-size: 20px; margin-bottom: 10px; }

}

@media only screen and (max-width: 768px){

  .industry_news .bd li a .txt p{ margin-bottom: 10px; }

  .industry_news .bd li a .img img{ height:136px; }

}

@media only screen and (max-width: 640px){

  .industry_news .bd li a .img{ display:none; }

  .industry_news .bd li a .txt{ width: 100%; padding:0 15px; }

  .industry_news .bd li a .txt b{ font-size: 17px; }

}





/*job*/

.jobs-list{margin-bottom: 30px;}

  .jobs-list li{width:100%;margin-bottom: 30px; list-style: none; }

  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}

  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}

  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}

  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}

  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}

  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}

  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}

  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}

  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}

  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}

  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}

  .jobs-list a .t1 .t1r:hover{color:#333;}

  

/*应聘表单*/

.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}

  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}

  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}

  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}

  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}

  #jobform .faqline .faqtit{width:20%;height:40px;line-height:40px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}

  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:40px;box-sizing:border-box;border:1px solid #ddd;float:left}

  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}

  #jobform .input:focus{border-color:#1d7df5;}

  #jobform textarea:focus{border-color:#1d7df5;}

  /*#jobform input:hover{border-color:#c0121b;}

  */

  /*#jobform textarea:hover{border-color:#c0121b;}

  */

  #jobform .faqline .input1{width:120px;float:left;}

  #jobform .code img{display:block;float:left;height:40px;margin-left:0px;}

  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}

  #jobform button{width:100px;height:38px;background:var(--pei-color);color:#fff;display:block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;}

  #jobform button:hover{background:var(--zhu-color);}

  @media(max-width: 500px){

    #jobform button{ margin-top: 60px; width: 100%; }

  }